home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_12_08 / treu2 / flood.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-10  |  122 b   |  9 lines

  1. #ifndef SEEN_FLOOD
  2. #define SEEN_FLOOD
  3.  
  4. /* function prototype */
  5.  
  6. int flood(int, int, int (*)(int, int));
  7.  
  8. #endif
  9.